[IA64] initial cleanup of ivt.S
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Mon, 14 Aug 2006 19:30:17 +0000 (13:30 -0600)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Mon, 14 Aug 2006 19:30:17 +0000 (13:30 -0600)
commit57fce9506eb8e6605cf49f2c6aff819c1147e171
treef6cdd1c00966de5ce405fad516ad04b1e2ab40b9
parent18a23ebe612bc869eda0eff1a2634b348b0f3226
[IA64] initial cleanup of ivt.S

This patch reflects a patch I recently posted to the linux-ia64
mailing list to do essentially the same thing for ivt.S in upstream
source.

I've reformatted the contents of the Xen version of ivt.S so that
they are now readable on 80-column displays, in accordance with
Linux coding standards.  This is really just a first pass at
cleaning up this code.

In all of this patch, I only changed one line of assembly; there
was a 'mov r31=pr;' in entry 23 (daccess_rights) that I changed
to 'mov r31=pr;;' which is most likely what was meant.  No other
instructions were changed.  Hopefully, I didn't harm any other
white space formatting.

Signed-off-by: Al Stone <ahs3@fc.hp.com>
xen/arch/ia64/xen/ivt.S